home *** CD-ROM | disk | FTP | other *** search
- -- card: 13037 from stack: in.0
- -- bmap block id: 3545
- -- flags: 4000
- -- background id: 11092
- -- name: SetUp
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=426 top=261 right=324 bottom=487
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Print!
- ----- HyperTalk script -----
- on mouseUp
- answer "Are you sure the printer is ready?" with "Maybe Not" or "OK"
- if it is "Maybe Not" then go to Card "Lotto"
- if it is "OK" then DoMenu Print Card
- show Card button ID 3
- show Card button ID 4
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=28 top=301 right=324 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ---- > Click Here! <----
- ----- HyperTalk script -----
- on mouseUp
- Hide card Button Id 3
- Hide card Button Id 4
- ask "Please enter your Name :"
- Put it into Field "rame" of Card "Setup"
- ask "Please enter your Address :"
- Put it into Field "address" of Card "Setup"
- ask "Please enter your City :"
- Put it into Field "city" of Card "Setup"
- ask "Please enter your State :"
- Put it into Field "state" of Card "Setup"
- ask "Please enter your Zip :"
- Put it into Field "zip" of Card "Setup"
- wait for 3 seconds
- show card Button Id 3
- answer "You may print when ready!" with "OK"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 80
- -- high flags: 2002
- -- rect: left=28 top=81 right=299 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=28 top=276 right=296 bottom=79
- -- title width / last selected line: 0
- -- icon id / first selected line: 11045 / 11045
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home Card
- ----- HyperTalk script -----
- on mouseUp
- visual effect barn door open slowly
- go to "Home"
- end mouseUp
-
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=379 top=265 right=298 bottom=423
- -- title width / last selected line: 0
- -- icon id / first selected line: 7417 / 7417
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go to card id 4434
- end mouseUp
-
-